home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / misc / evenmore / catalogs / evenmore.cd
Text File  |  1999-04-28  |  13KB  |  717 lines

  1. #language english
  2. #version 0
  3. ;
  4. ; EvenMore.catalog
  5. ; Translator: name (email)
  6. ;
  7. ; The first line of the text is the string ID.
  8. ; The third line beginning with a ; is the
  9. ; english text to translate. The line above this
  10. ; is where you write the translation.
  11. ; Do not include the ; at the beginning when
  12. ; translating.
  13. ;
  14. ; Please make sure you keep the case of the
  15. ; letters and spacing the same as the original
  16. ; as it is important.
  17. ;
  18. ; Also make sure you include formatting symbols,
  19. ; like \n, %s, etc.
  20. ;
  21. ; In cases where a _ preceeds a letter, make the
  22. ; _ preceed the same letter in the translation as
  23. ; the original, as these are for keypresses.
  24. ; For example, if _ preceeds C in the english, and
  25. ; if there is a C anywhere in the translation, put _
  26. ; in front of the C in the translation, wherever
  27. ; it may be. If the letter C doesn't exist in the
  28. ; translation, leave _ out.
  29. ;
  30. ; Where it says ;Spaces needed, this is just a
  31. ; comment to remind you that there are important
  32. ; spaces after the text that need to be kept.
  33. ; When writing the translation, do not translate
  34. ; the comment, but make sure your textviewer saves
  35. ; the same number of spaces after the original text
  36. ; as in your translation.
  37. ; For example, in BED, you would turn off the setting
  38. ; to strip EOL blanks when saving.
  39. ;
  40. MSG_HELP (//)
  41. MOVEMENT KEYS:\n\
  42.             UP - Up a line\n\
  43.           DOWN - Down a line\n\
  44.           LEFT - Left a column\n\
  45.          RIGHT - Right a column\n\n\
  46.     SHIFT + UP - Up a page\n\
  47.   SHIFT + DOWN - Down a page\n\
  48.   SHIFT + LEFT - Left a page\n\
  49.  SHIFT + RIGHT - Right a page\n\n\
  50.    T, ALT + UP - Top of text\n\
  51.  B, ALT + DOWN - Bottom of text\n\
  52.     ALT + LEFT - Left of text\n\
  53.    ALT + RIGHT - Right of text\n\n\
  54.      CTRL + UP - View last file\n\
  55.    CTRL + DOWN - View next file\n\n\
  56. You can also use the numeric keypad\n\
  57. or drag using the mouse.\n\n\
  58. OTHER KEYS:\n\
  59.              F - Search\n\
  60. SHIFT + RET, L - Find last\n\
  61.         RET, N - Find next\n\n\
  62.              C - Close file\n\
  63.              O - Open file\n\
  64.              R - Reopen file\n\
  65.              E - Edit file\n\
  66.              P - Print file\n\
  67.              I - Information\n\n\
  68.              G - Go to line\n\
  69.              Q - Quickload list\n\
  70.              S - Go to screen\n\n\
  71.     RAMIGA + C - Copy text to clipboard\n\
  72.           HELP - Toggle help ON/OFF\n\
  73.    SHIFT + ESC - Iconify\n\
  74.            ESC - Quit\n\000
  75. ;
  76. ;
  77. ;
  78. MSG_ERR (//)
  79. Failed to %s
  80. MSG_ERR_UNKN (//)
  81. find cause of error
  82. MSG_ERR_ADOS (//)
  83. allocate DOS object
  84. MSG_ERR_APIC (//)
  85. create AppIcon
  86. MSG_ERR_APMN (//)
  87. create AppMenu item
  88. MSG_ERR_APWN (//)
  89. create AppWindow
  90. MSG_ERR_ASIG (//)
  91. allocate signal
  92. MSG_ERR_CBWR (//)
  93. write to clipboard
  94. MSG_ERR_CTXT (//)
  95. create context
  96. MSG_ERR_DEV (//)
  97. open device
  98. MSG_ERR_EXAM (//)
  99. examine file or directory
  100. MSG_ERR_FIXF (//)
  101. open fixed-width font
  102. MSG_ERR_FONT (//)
  103. open font
  104. MSG_ERR_IMG (//)
  105. create images
  106. MSG_ERR_IORQ (//)
  107. create IORequest
  108. MSG_ERR_LIB (//)
  109. open library
  110. MSG_ERR_MEM (//)
  111. allocate memory
  112. MSG_ERR_MEMFILE (//)
  113. for file buffer
  114. MSG_ERR_MENU (//)
  115. create menu
  116. MSG_ERR_NEW (//)
  117. allocate memory
  118. MSG_ERR_OPEN (//)
  119. open file
  120. MSG_ERR_OUT (//)
  121. write file
  122. MSG_ERR_PORT (//)
  123. create port
  124. MSG_ERR_PUBS (//)
  125. lock public screen
  126. MSG_ERR_READ (//)
  127. read file
  128. MSG_ERR_SCRL (//)
  129. lock public screen list
  130. MSG_ERR_SCRN (//)
  131. open screen
  132. MSG_ERR_WIN (//)
  133. open window
  134. MSG_ERR_XPK (//)
  135. use XPK compression:
  136. MSG_ERR_XPKMEM (//)
  137. Failed to allocate memory
  138. MSG_ERR_GUI (//)
  139. create EasyGUI
  140. MSG_ERR_GT (//)
  141. open gadtools.library
  142. MSG_ERR_BIGG (//)
  143. create EasyGUI. GUI is too large
  144. MSG_ERR_EGUI (//)
  145. create EasyGUI. Design error
  146. MSG_ERR_DCLV (//)
  147. create listview gadget
  148. MSG_ERR_UTIL (//)
  149. open utility.library
  150. MSG_ERR_CPDE (//)
  151. create patternStringF string
  152. MSG_ERR_FONTREQ (//)
  153. for font requester
  154. MSG_ERR_SCREENMODEREQ (//)
  155. for screenmode requester
  156. MSG_ERR_FILEREQ (//)
  157. for file requester
  158. ;
  159. ;
  160. ;
  161. MSG_TITLE_HELP (//)
  162. Help
  163. MSG_TITLE_SEARCHING (//)
  164. Searching
  165. MSG_TITLE_OPENFILE (//)
  166. Open file
  167. MSG_TITLE_SAVEFILE (//)
  168. Save file
  169. MSG_TITLE_ADDFILE (//)
  170. Add file
  171. MSG_TITLE_LOADSETTINGS (//)
  172. Load settings
  173. MSG_TITLE_SAVESETTINGS (//)
  174. Save settings
  175. MSG_TITLE_SELECTFILE (//)
  176. Select file
  177. MSG_TITLE_SELECTICON (//)
  178. Select icon
  179. MSG_TITLE_CHANGEPALETTE (//)
  180. Change palette
  181. MSG_TITLE_SELECTFONT (//)
  182. Select a font
  183. MSG_TITLE_SELECTSCREENMODE (//)
  184. Select a screen mode
  185. MSG_TITLE_PRINT (//)
  186. Print
  187. MSG_TITLE_ERR (//)
  188. Error
  189. MSG_TITLE_SELECTITEM (//)
  190. Select an item
  191. MSG_TITLE_SEARCH (//)
  192. Search
  193. MSG_TITLE_EXECUTE (//)
  194. Execute
  195. MSG_TITLE_INFORMATION (//)
  196. Information
  197. MSG_TITLE_SETTINGS (//)
  198. Settings
  199. MSG_TITLE_GOTOLINE (//)
  200. Go to line
  201. MSG_TITLE_GOTOPAGE (//)
  202. Go to page
  203. MSG_TITLE_GOTOPERCENT (//)
  204. Go to percent
  205. MSG_TITLE_QUIT (//)
  206. Quit
  207. ;
  208. ;
  209. ;
  210. MSG_PRINT_PROCEED (//)
  211. Proceed with printing?
  212. MSG_PRINT_CANCELED (//)
  213. Print canceled
  214. ;
  215. ;
  216. ;
  217. MSG_INFO_CLOSEFILE (//)
  218. Close file
  219. MSG_INFO_OPENFILE (//)
  220. Open file
  221. MSG_INFO_REOPENFILE (//)
  222. Reopen file
  223. MSG_INFO_QUICKLOADLIST (//)
  224. Quickload list
  225. MSG_INFO_SAVEFILE (//)
  226. Save file
  227. MSG_INFO_EDITFILE (//)
  228. Edit file
  229. MSG_INFO_PRINTFILE (//)
  230. Print file
  231. MSG_INFO_INFORMATION (//)
  232. Information
  233. MSG_INFO_SEARCHSETTINGS (//)
  234. Search settings
  235. MSG_INFO_FINDLAST (//)
  236. Find last match
  237. MSG_INFO_FINDNEXT (//)
  238. Find next match
  239. MSG_INFO_FINDOCCURANCE (//)
  240. Find occurance
  241. MSG_INFO_CHANGESETTINGS (//)
  242. Change settings
  243. ;
  244. ;
  245. ;
  246. MSG_MENU_PROJECT (//)
  247. Project
  248. MSG_MENU_CLOSEFILE (//)
  249. Close file
  250. MSG_MENU_CLOSEALL (//)
  251. Close all
  252. MSG_MENU_OPENFILE (//)
  253. Open file...
  254. MSG_MENU_REOPENFILE (//)
  255. Reopen file
  256. MSG_MENU_QUICKLOAD (//)
  257. Quick load
  258. MSG_MENU_QUICKLOADLIST (//)
  259. List
  260. MSG_MENU_QUICKLOADADD (//)
  261. Add
  262. MSG_MENU_SAVEFILE (//)
  263. Save file...
  264. MSG_MENU_SAVEFILEXPK (//)
  265. Save file... (XPK)
  266. MSG_MENU_EDITFILE (//)
  267. Edit file
  268. MSG_MENU_PRINTFILE (//)
  269. Print file
  270. MSG_MENU_INFORMATION (//)
  271. Information...
  272. MSG_MENU_HELP (//)
  273. Help
  274. MSG_MENU_ICONIFY (//)
  275. Iconify
  276. MSG_MENU_MENUFY (//)
  277. Menufy
  278. MSG_MENU_QUIT (//)
  279. Quit
  280. MSG_MENU_VIEW (//)
  281. View
  282. MSG_MENU_GOTOLINE (//)
  283. Go to line...
  284. MSG_MENU_GOTOPAGE (//)
  285. Go to page...
  286. MSG_MENU_GOTOPERCENT (//)
  287. Go to percent...
  288. MSG_MENU_TOPOFFILE (//)
  289. Top of file
  290. MSG_MENU_PAGEUP (//)
  291. Page up
  292. MSG_MENU_PAGEDOWN (//)
  293. Page down
  294. MSG_MENU_BOTTOMOFFILE (//)
  295. Bottom of file
  296. MSG_MENU_BOOKMARKSTORE (//)
  297. Bookmark store
  298. MSG_MENU_BOOKMARK1 (//)
  299. Bookmark 1
  300. MSG_MENU_BOOKMARK2 (//)
  301. Bookmark 2
  302. MSG_MENU_BOOKMARK3 (//)
  303. Bookmark 3
  304. MSG_MENU_BOOKMARK4 (//)
  305. Bookmark 4
  306. MSG_MENU_BOOKMARK5 (//)
  307. Bookmark 5
  308. MSG_MENU_BOOKMARKRECALL (//)
  309. Bookmark recall
  310. MSG_MENU_MARKTEXT (//)
  311. Mark text
  312. MSG_MENU_LINE (//)
  313. Line
  314. MSG_MENU_CLEAR (//)
  315. Clear
  316. MSG_MENU_SEARCH (//)
  317. Search
  318. MSG_MENU_FINDMATCH (//)
  319. Find match...
  320. MSG_MENU_FINDLAST (//)
  321. Find last
  322. MSG_MENU_FINDNEXT (//)
  323. Find next
  324. MSG_MENU_FINDOCCURANCE (//)
  325. Find occurance
  326. MSG_MENU_EXECUTE (//)
  327. Execute
  328. MSG_MENU_EXECUTE2 (//)
  329. Execute...
  330. MSG_MENU_SHELL (//)
  331. Shell...
  332. MSG_MENU_SETTINGS (//)
  333. Settings
  334. MSG_MENU_GOTOSCREEN (//)
  335. Go to screen...
  336. MSG_MENU_GUIPRESETS (//)
  337. GUI presets
  338. MSG_MENU_RANDOM (//)
  339. Random
  340. MSG_MENU_PLAIN (//)
  341. Plain
  342. MSG_MENU_PLASTIC (//)
  343. Plastic
  344. MSG_MENU_SELECT (//)
  345. Select...
  346. MSG_MENU_CHANGESETTINGS (//)
  347. Change settings...
  348. MSG_MENU_LOADSETTINGS (//)
  349. Load settings...
  350. MSG_MENU_LOADDEFSETTINGS (//)
  351. Load settings from default
  352. MSG_MENU_SAVESETTINGS (//)
  353. Save settings
  354. MSG_MENU_SAVESETTINGSAS (//)
  355. Save settings as...
  356. MSG_MENU_SAVEDEFSETTINGS (//)
  357. Save as defaults
  358. MSG_MENU_HISTORY (//)
  359. History
  360. ;
  361. ;
  362. ;
  363. MSG_PROGWIN_LOADINGFILE (//)
  364. Loading %sfile: %s
  365. MSG_PROGWIN_PARSINGLINES (//)
  366. Parsing lines
  367. MSG_PROGWIN_SAVINGFILE (//)
  368. Saving %sfile: %s
  369. MSG_PROGWIN_FINDINGOCCURANCE (//)
  370. Finding occurance of: %s
  371. MSG_PROGWIN_FILESTATS (//)
  372. Getting file statistics
  373. ;
  374. ;
  375. ;
  376. MSG_GUI_LIST_GO (//)
  377. Go
  378. MSG_GUI_LIST_READLIST (//)
  379. _Read list
  380. MSG_GUI_LIST_ADD (//)
  381. _Add
  382. MSG_GUI_LIST_REMOVE (//)
  383. _Remove
  384. MSG_GUI_LIST_COPY (//)
  385. _Copy
  386. MSG_GUI_LIST_UP (//)
  387. _Up
  388. MSG_GUI_LIST_DOWN (//)
  389. _Down
  390. MSG_GUI_LIST_OPEN (//)
  391. Open
  392. ;
  393. ;
  394. ;
  395. MSG_GUI_SEARCH_STRING (//)
  396. _String
  397. MSG_GUI_SEARCH_CASESENSITIVE (//)
  398. C_ase sensitive
  399. MSG_GUI_SEARCH_PATTERN (//)
  400. _Pattern
  401. MSG_GUI_SEARCH_WORD (//)
  402. _Word
  403. MSG_GUI_SEARCH_NEXT (//)
  404. _Next
  405. MSG_GUI_SEARCH_LAST (//)
  406. _Last
  407. MSG_GUI_SEARCH_OCCURANCE (//)
  408. _Occurance
  409. ;
  410. ;
  411. ;
  412. MSG_GUI_OK (//)
  413. Ok
  414. MSG_GUI_CANCEL (//)
  415. Cancel
  416. MSG_GUI_NONE (//)
  417. None
  418. ;
  419. ;
  420. ;
  421. MSG_GUI_SEARCH_STRINGFOUND (//)
  422. The string '%s' was found %ld
  423. MSG_GUI_SEARCH_STRINGNOTFOUND (//)
  424. The string '%s' was not found
  425. MSG_GUI_SEARCH_INDOCUMENT (//)
  426. in the document
  427. MSG_GUI_SEARCH_TIMESINDOCUMENT (//)
  428. times in the document
  429. ;
  430. ;
  431. ;
  432. MSG_GUI_EXECUTE_EXECUTE (//)
  433. Execute
  434. MSG_GUI_EXECUTE_BUTTONEXECUTE (//)
  435. Execute
  436. ;
  437. ;
  438. ;
  439. MSG_GUI_INFO_ABOUT (//)
  440. About
  441. MSG_GUI_INFO_AUTHOR (//)
  442. Author
  443. MSG_GUI_INFO_FILE (//)
  444. File
  445. MSG_GUI_INFO_COPYRIGHT (//)
  446. Copyright ©1996-1998, Chris Perver
  447. MSG_GUI_INFO_RIGHTS (//)
  448. All Rights Reserved
  449. MSG_GUI_INFO_CONTACT (//)
  450. To contact me, write to:
  451. MSG_GUI_INFO_HELP1 (//)
  452. This program would not have been what
  453. MSG_GUI_INFO_HELP2 (//)
  454. it is without the following people:
  455. MSG_GUI_INFO_BETATESTERS (//)
  456.   Beta testers:
  457. MSG_GUI_INFO_MODULES (//)
  458.   Modules:
  459. MSG_GUI_INFO_PUBSCREEN (//)
  460. Public screen
  461. MSG_GUI_INFO_AREXXPORT (//)
  462. ARexx port
  463. MSG_GUI_INFO_NAME (//)
  464. Name
  465. MSG_GUI_INFO_SIZE (//)
  466. Size
  467. MSG_GUI_INFO_WORDS (//)
  468. Words
  469. MSG_GUI_INFO_CHARS (//)
  470. Characters
  471. MSG_GUI_INFO_PRINT (//)
  472. Printable
  473. MSG_GUI_INFO_NONPRINT (//)
  474. Non-printable
  475. MSG_GUI_INFO_SPACE (//)
  476. Space
  477. MSG_GUI_INFO_BACKSPACE (//)
  478. Backspace
  479. MSG_GUI_INFO_UCASE (//)
  480. Upper case
  481. MSG_GUI_INFO_LCASE (//)
  482. Lower case
  483. MSG_GUI_INFO_TOTAL (//)
  484. Total
  485. MSG_GUI_INFO_DIGITS (//)
  486. Digits
  487. MSG_GUI_INFO_ESC (//)
  488. ESC
  489. MSG_GUI_INFO_CR (//)
  490. CR
  491. MSG_GUI_INFO_TAB (//)
  492. Tab
  493. ;
  494. ;
  495. ;
  496. MSG_GUI_PREF_LISTAPPITEM (//)
  497. Appitem
  498. MSG_GUI_PREF_LISTCOMPRESSION (//)
  499. Compression
  500. MSG_GUI_PREF_LISTFILE (//)
  501. File
  502. MSG_GUI_PREF_LISTGADGETS (//)
  503. Gadgets
  504. MSG_GUI_PREF_LISTGUI (//)
  505. GUI
  506. MSG_GUI_PREF_LISTPATHS (//)
  507. Paths
  508. MSG_GUI_PREF_LISTPRINTER (//)
  509. Printer
  510. MSG_GUI_PREF_LISTREQUESTERS (//)
  511. Requesters
  512. MSG_GUI_PREF_LISTSCREEN (//)
  513. Screen
  514. MSG_GUI_PREF_LISTTEXT (//)
  515. Text
  516. MSG_GUI_PREF_LISTWINDOW (//)
  517. Window     
  518. MSG_GUI_PREF_ICONCLOSE (//)
  519. Close
  520. MSG_GUI_PREF_ICONOPEN (//)
  521. Open
  522. MSG_GUI_PREF_ICONREOPEN (//)
  523. Reopen
  524. MSG_GUI_PREF_ICONQUICKLOAD (//)
  525. Quickload
  526. MSG_GUI_PREF_ICONSAVE (//)
  527. Save
  528. MSG_GUI_PREF_ICONEDITOR (//)
  529. Editor
  530. MSG_GUI_PREF_ICONPRINT (//)
  531. Print
  532. MSG_GUI_PREF_ICONINFO (//)
  533. Info
  534. MSG_GUI_PREF_ICONSEARCH (//)
  535. Search
  536. MSG_GUI_PREF_ICONLAST (//)
  537. Last
  538. MSG_GUI_PREF_ICONNEXT (//)
  539. Next
  540. MSG_GUI_PREF_ICONOCCURANCE (//)
  541. Occurance
  542. MSG_GUI_PREF_ICONPREFS (//)
  543. Prefs
  544. MSG_GUI_PREF_PENTEXT (//)
  545. Text
  546. MSG_GUI_PREF_PENTEXTBG (//)
  547. Text background
  548. MSG_GUI_PREF_PENBORDER (//)
  549. Border
  550. MSG_GUI_PREF_PENGADGETS (//)
  551. Gadgets
  552. MSG_GUI_PREF_PENLIGHT (//)
  553. Light
  554. MSG_GUI_PREF_PENDARK (//)
  555. Dark
  556. MSG_GUI_PREF_FILETYPES (//)
  557. Filetypes
  558. MSG_GUI_PREF_LOAD (//)
  559. Load...
  560. MSG_GUI_PREF_SAVEAS (//)
  561. Save _as...
  562. MSG_GUI_PREF_SAVE (//)
  563. _Save
  564. MSG_GUI_PREF_POSITION (//)
  565. Position
  566. MSG_GUI_PREF_OPEN (//)
  567. Open
  568. MSG_GUI_PREF_WINDOW (//)
  569. Window
  570. MSG_GUI_PREF_ICONIFY (//)
  571. Iconify
  572. MSG_GUI_PREF_MENUFY (//)
  573. Menufy
  574. MSG_GUI_PREF_CLOSE (//)
  575. Close
  576. MSG_GUI_PREF_QUIT (//)
  577. Quit
  578. MSG_GUI_PREF_CONFIRMQUIT (//)
  579. Confirm quit
  580. MSG_GUI_PREF_XPKMETHOD (//)
  581. XPK pack method
  582. MSG_GUI_PREF_XPKEFFICIENCY (//)
  583. XPK efficiency      ;Spaces needed
  584. MSG_GUI_PREF_PATTERN (//)
  585. Pattern
  586. MSG_GUI_PREF_COMMAND (//)
  587. Command
  588. MSG_GUI_PREF_USEFILETYPES (//)
  589. Use filetypes
  590. MSG_GUI_PREF_TOP (//)
  591. Top
  592. MSG_GUI_PREF_BOTTOM (//)
  593. Bottom
  594. MSG_GUI_PREF_ICONPATHS (//)
  595. Icon paths
  596. MSG_GUI_PREF_BORDEROFFSET (//)
  597. Border offset     ;Spaces needed
  598. MSG_GUI_PREF_GADGETOFFSET (//)
  599. Gadget offset     ;Spaces needed
  600. MSG_GUI_PREF_DITHER (//)
  601. Dither
  602. MSG_GUI_PREF_HALF (//)
  603. Half
  604. MSG_GUI_PREF_STRIPE (//)
  605. Stripe
  606. MSG_GUI_PREF_TEXT (//)
  607. Text
  608. MSG_GUI_PREF_BOX (//)
  609. Box
  610. MSG_GUI_PREF_BEVEL (//)
  611. Bevel
  612. MSG_GUI_PREF_SBEVEL (//)
  613. Smooth bevel
  614. MSG_GUI_PREF_EMBOSS (//)
  615. Emboss
  616. MSG_GUI_PREF_RIDGE (//)
  617. Ridge
  618. MSG_GUI_PREF_WRIDGE (//)
  619. Wide ridge
  620. MSG_GUI_PREF_SRIDGE (//)
  621. Smooth ridge
  622. MSG_GUI_PREF_GADGETS (//)
  623. Gadgets
  624. MSG_GUI_PREF_RECESS (//)
  625. Recess
  626. MSG_GUI_PREF_LIGHT (//)
  627. Light
  628. MSG_GUI_PREF_PENS (//)
  629. Pens
  630. MSG_GUI_PREF_SHOWGUI (//)
  631. Show GUI
  632. MSG_GUI_PREF_DEFAULT (//)
  633. Default
  634. MSG_GUI_PREF_EDITOR (//)
  635. Editor
  636. MSG_GUI_PREF_LMARGIN (//)
  637. Left margin
  638. MSG_GUI_PREF_RMARGIN (//)
  639. Right margin
  640. MSG_GUI_PREF_PITCH (//)
  641. Pitch
  642. MSG_GUI_PREF_FINE (//)
  643. Fine
  644. MSG_GUI_PREF_ELITE (//)
  645. Elite
  646. MSG_GUI_PREF_PICA (//)
  647. Pica
  648. MSG_GUI_PREF_SPACING (//)
  649. Spacing
  650. MSG_GUI_PREF_6LPI (//)
  651. 6 LPI
  652. MSG_GUI_PREF_8LPI (//)
  653. 8 LPI
  654. MSG_GUI_PREF_BOLD (//)
  655. Boldface
  656. MSG_GUI_PREF_ITAL (//)
  657. Italics
  658. MSG_GUI_PREF_FORMFEED (//)
  659. Formfeed
  660. MSG_GUI_PREF_PROP (//)
  661. Proportional
  662. MSG_GUI_PREF_NLQ (//)
  663. NLQ
  664. MSG_GUI_PREF_RESET (//)
  665. Reset
  666. MSG_GUI_PREF_ASLFILEREQ (//)
  667. Asl filerequester
  668. MSG_GUI_PREF_MODE (//)
  669. Mode
  670. MSG_GUI_PREF_NAME (//)
  671. Name
  672. MSG_GUI_PREF_PALETTE (//)
  673. Palette
  674. MSG_GUI_PREF_USECUSTOMSCREEN (//)
  675. Use custom screens
  676. MSG_GUI_PREF_FONT (//)
  677. Font
  678. MSG_GUI_PREF_LEADING (//)
  679. Leading     ;Spaces needed
  680. MSG_GUI_PREF_PAGEOVERLAP (//)
  681. Page overlap     ;Spaces needed
  682. MSG_GUI_PREF_SMOOTHSCROLL (//)
  683. Smooth scroll
  684. MSG_GUI_PREF_INFOBAR (//)
  685. Info bar
  686. MSG_GUI_PREF_SCROLLERS (//)
  687. Scrollers
  688. MSG_GUI_PREF_RIGHT (//)
  689. Right
  690. MSG_GUI_PREF_RIGHTBOTTOM (//)
  691. Right/bottom
  692. ;
  693. ;
  694. ;
  695. MSG_GUI_NUMBER_MIN (//)
  696. Min
  697. MSG_GUI_NUMBER_MAX (//)
  698. Max
  699. ;
  700. ;
  701. ;
  702. MSG_GUI_GOTO_LINE (//)
  703. Enter the line number
  704. MSG_GUI_GOTO_PAGE (//)
  705. Enter the page number
  706. MSG_GUI_GOTO_PERCENT (//)
  707. Enter the percentage
  708. MSG_GUI_GOTO_2 (//)
  709. you wish to go to
  710. ;
  711. ;
  712. ;
  713. MSG_GUI_QUIT_1 (//)
  714. Are you sure you wish
  715. MSG_GUI_QUIT_2 (//)
  716. to quit EvenMore?
  717.